/*新闻列表*/
#body_wrapper2  article section li{
    background-color: lavender;
    display: inline-block;
    margin: 6px 0;
    width: 630px;
    vertical-align: top;
}
#body_wrapper2  article section img{
    width: 106px;
   margin-top: 30px;
    height: 106px;
    margin-right: 20px;
    margin-left: 10px;
}
#body_wrapper2 article section img:hover{
    width: 112px;
    height: 112px;
  /*  -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    background-color: aliceblue;*/
}
#body_wrapper2 article section a{
    vertical-align: top;
    margin-left: 10px;
    font-size: 19px;
    text-decoration: none;
    color:unset;
    font-family: 楷体;
}
#body_wrapper2 article section a:hover{
    font-size: 21px;
    text-shadow: 1px 0px 0px #000;
    font-weight: initial;
}
.newlist li a{
    width: 470px;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-bottom: 10px;
    margin-right: 4px;
}
.newlist ul li{
    word-wrap: break-word;
}
#body_wrapper2 aside section li{
    display: inline-block;
    vertical-align: top;
    width: 310px;
     counter-increment: listxh;
    display: inline-block;
    vertical-align: bottom;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 25px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding-top: 1px;
    -webkit-transition:text-shadow 1s linear;
    -moz-transition:text-shadow 1s linear;
    -ms-transition:text-shadow 1s linear;
    -o-transition:text-shadow 1s linear;
    transition:text-shadow 1s linear;
    word-wrap: break-word;
    margin-left: 30px;
    font-size: 20px;
}
#body_wrapper2 aside section a {
    font-size: 19px;
    text-decoration: none;
    font-family: 宋体;
    color: gray;
    padding-left: 5px;
}

.productlist ul li{
    word-wrap: break-word;
}
section.productlist  li:before{
    content: counter(listxh);
    background: #444;
    padding: 2px 5px;
    color: #fff;
    margin-right: 5px;
    margin-bottom: 5px;
}
section.productlist li:first-child:before,section.productlist li:nth-child(2):before,section.productlist li:nth-child(3):before{
    background: #3598DC;
}
/*section.productlist li:last-child:before{
    padding: 6px;
    font-size: 15px;
}*/
#body_wrapper2 aside section a{
    color: #444444;
    text-decoration: none;
}
#body_wrapper2 aside section li:hover{
    text-shadow: 1px 4px 4px  blue;
    font-size: 20px;
}
#body_wrapper2 aside section a:hover{
    text-shadow: 1px 4px 4px  blue;
    font-size: 20px;
}
/*页码导航*/
#body_wrapper2 section nav li{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    background-color: cornflowerblue;
    padding: 0 7px;
    margin-top: 10px;
}
#body_wrapper2 section nav li:hover,#body_wrapper2 section nav li.on{
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    background-color: cadetblue;
    padding: 1 10px;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    text-shadow: 1px 4px 4px #000;
}
#body_wrapper2 section nav li a{
    text-decoration: none;
    font-size: 19px;
    text-align: center;
}
#body_wrapper2 section nav{
margin: 0 auto;
}
div#footer_wrapper {
    background-image: none;
}
